From 956e94a8d4c7897049e4331fa6b681f1d530ff01 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 29 May 2019 15:18:15 +0000 Subject: [PATCH] Remove a misleading comment We don't have windowed widgets anymore, and gdk_surface_move_resize is about to go away. --- gtk/gtkwidget.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 22bbf1886c..f3b8872af8 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -3949,10 +3949,6 @@ gtk_widget_unrealize (GtkWidget *widget) g_object_unref (widget); } -/* - * Returns the values you're supposed to pass to gdk_surface_move_resize - * for a windowed widget. - */ void gtk_widget_get_surface_allocation (GtkWidget *widget, GtkAllocation *allocation) -- 2.30.2